img.img-one {
    margin-right: 15px;
}

ul.bullet-point-list {
    font-family: "FrutigerLTStd-Roman";
    font-size: 18px;
    color: #000;
}

img.img-two {
    margin-right: 15px;
}

h1,
h2 {
    color: #000 !important;
    font-family: "FrutigerLTStd-Bold";
}

h2.title-five {
    margin-top: 2rem;
}

h2.title-four {
    text-align: center;
}

div#skillsBootcampPanel .text-block {
    text-align: center;
}

a#btn1 {
    left: 44%;
    position: relative;
}

div#skillsBootcampPanel {
    min-height: 190px;
    margin-top: 3rem;
}

div#firstPanel {
    margin-top: 10rem;
}

h2.card-title {
    text-align: center;
}
.card-body.second-card {
    background: #7b2379;
}
h2.card-title {
    color: #fff !important;
}
p.text-block.second-card-body-text {
    color: #fff;
}
@media (min-width:1025px) and (max-width:1280px) {
    iframe {
        width: 500px;
        height: 300px;
    }

    div#firstPanel {
        margin-top: 5rem;
    }
}

@media (min-width:426px) and (max-width:768px) {
    iframe {
        width: 500px;
        height: 300px;
    }

    a#btn1 {
        left: 39%;
        position: relative;
    }

    a#btn2 {
        margin-left: 39%;
    }

    div#firstPanel {
        margin-top: 5rem;
    }

}

@media (min-width:376px) and (max-width:425px) {
    div#firstPanel {
        margin-top: 5rem;
    }

    iframe {
        border: 0;
        float: left;
        padding-right: 20px;
        width: 300px;
        height: 200px;
    }

    a#btn1 {
        left: 28%;
        position: relative;
    }

    img.img-two {
        width: 100%;
    }
}

@media (min-width:321px) and (max-width:375px) {
    iframe {
        width: 150px;
        height: 150px;
    }
}